home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 37 / CD Expert nº 37.iso / LastCall / lastcall.exe / stuff / lastcall.dxr / 00167_End of round decision.ls < prev    next >
Encoding:
Text File  |  2000-03-27  |  117 b   |  9 lines

  1. on exitFrame
  2.   if gameIsOver() then
  3.     endOfGame()
  4.   else
  5.     startBonusMode(#bonus)
  6.     go("Preview")
  7.   end if
  8. end
  9.